home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / laptop-mode / conf.d / video-out.conf < prev    next >
Text File  |  2009-10-06  |  986b  |  27 lines

  1. #
  2. # Configuration file for Laptop Mode Tools module video-out.
  3. #
  4. # For more information, consult the laptop-mode.conf(8) manual page.
  5. #
  6.  
  7.  
  8. ###############################################################################
  9. # Video output control settings
  10. # -----------------------------
  11. #
  12. # It is not always possible for video hardware to detect if displays are
  13. # actually connected to VGA out and/or TV out ports. However, an enabled video
  14. # output port draws power, even if no display is connected. This module allows
  15. # you to force display outputs off depending on the power mode.
  16. #
  17. ###############################################################################
  18.  
  19. # Control video output settings?
  20. CONTROL_VIDEO_OUTPUTS=0
  21.  
  22. # Display types to disable in various modes. Run "xrandr" to check which outputs
  23. # are available. Make sure that you do not list your primary display here!
  24. BATT_DISABLE_VIDEO_OUTPUTS="TMDS VGA"
  25. LM_AC_DISABLE_VIDEO_OUTPUTS="TMDS VGA"
  26. NOLM_AC_DISABLE_VIDEO_OUTPUTS=""
  27.